Quote:
|
Originally Posted by Michael.Godawski
can you please post also the output of
Code:
sudo fdisk -l
cat /etc/fstab
|
This is the new output of "ls -l":
Code:
lrwxrwxrwx 1 root root 6 2009-01-07 01:23 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2009-01-07 01:23 cdrom0
drwxr-xr-x 3 root root 16384 1970-01-01 01:00 sda1
drwxrwxrwx 1 root root 4096 2009-01-07 17:37 sda2
drwxr-xr-x 4 root root 16384 1970-01-01 01:00 sda4
drwxr-xr-x 4 root root 16384 1970-01-01 01:00 windowsfat
This is the output of "fdisk -l"
Code:
Disco /dev/sda: 40.0 GB, 40007761920 byte
255 testine, 63 settori/tracce, 4864 cilindri
Unit? = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x70000000
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 8 64228+ de Dell Utility
/dev/sda2 * 9 1538 12289725 7 HPFS/NTFS
/dev/sda3 1539 2747 9711292+ 5 Esteso
/dev/sda4 2748 4864 17004802+ b W95 FAT32
/dev/sda5 1539 2558 8193118+ 83 Linux
/dev/sda6 2559 2747 1518111 82 Linux swap / Solaris
this is the output of "cat /etc/fstab":
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=7dfe4279-1cdd-4886-a146-188c99098c34 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=38b7488b-504d-4d87-911b-cf353b605fd1 none swap sw 0 0
/dev/sda1 /media/sda1 msdos defaults,users 0 0
/dev/sda2 /media/sda2 ntfs-3g users,dev,auto,exec,suid,async,rw 0 0
/dev/sda4 /media/sda4 vfat users,dev,auto,exec,suid,async,rw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
Thanks both for the fast reply!